configure: don't set SHREXT to .dylib on darwin
authorMichael Natterer <mitch@gimp.org>
Mon, 7 May 2012 20:54:44 +0000 (22:54 +0200)
committerMichael Natterer <mitch@gimp.org>
Mon, 7 May 2012 20:54:44 +0000 (22:54 +0200)
libtool creates .so modules anyway (modules not libs!)

configure.ac

index 11ac4c82cbedf1c5b934f10fe682c8b8d15f6c6f..1bf9a7162164b0be3890a540cc41294a8921ea4a 100644 (file)
@@ -208,9 +208,6 @@ esac
 
 AC_MSG_CHECKING([for some Win32 platform])
 case "$target_or_host" in 
-  *-*-darwin*)                 # darwin
-    shrext=.dylib
-    ;;
   hppa*-hpux*)                # HP/UX
     shrext=.sl
     ;;